Val(
    ------------------
    Basic keyword
     
     
    Use: This function gives the numeric value of a textual string.
     
    Syntax is: Val(str$)
     
    Example:
    a%=Val("23")
    Rem gives a%=23